home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Languages / UCB Logo 3.0 ƒ / logolib / savel < prev    next >
Encoding:
Text File  |  1992-09-04  |  122 b   |  10 lines  |  [TEXT/ttxt]

  1. to savel :cont :file [:oldwr writer]
  2. openwrite :file
  3. setwrite :file
  4. po :cont
  5. setwrite :oldwr
  6. close :file
  7. end
  8.  
  9. bury "savel
  10.